home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / master / reactivate_destructed_master < prev    next >
Text File  |  2001-04-06  |  592b  |  16 lines

  1. SYNOPSIS
  2.         void reactivate_destructed_master(int flag)
  3.  
  4. DESCRIPTION
  5.         This function is called in an already destructed master object
  6.         if no new master object could be loaded. flag will be 1 if the
  7.         old master object could be reclaimed form the list of objects
  8.         that were marked for destruction but not yet terminated. If
  9.         flag is 0, all variables of the object have been set to 0 and
  10.         must be re-initialized.
  11.  
  12.         After this function, inaugurate_master() will be applied again.
  13.  
  14. SEE ALSO
  15.         destruct(E), inaugurate_master(M), master(M)
  16.